home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / mx / core / IUID.as < prev    next >
Encoding:
Text File  |  2010-05-14  |  154 b   |  11 lines

  1. package mx.core
  2. {
  3.    public interface IUID
  4.    {
  5.       function get uid() : String;
  6.       
  7.       function set uid(param1:String) : void;
  8.    }
  9. }
  10.  
  11.